type github.com/jackc/pgx/v5/pgtype.uint16Wrapper

9 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		builtin_wrappers.go#L153: type uint16Wrapper uint16
		builtin_wrappers.go#L155: func (w uint16Wrapper) SkipUnderlyingTypePlan() {}
		builtin_wrappers.go#L157: func (w *uint16Wrapper) ScanInt64(v Int8) error {
		builtin_wrappers.go#L168: 	*w = uint16Wrapper(v.Int64)
		builtin_wrappers.go#L173: func (w uint16Wrapper) Int64Value() (Int8, error) {
		pgtype.go#L619: 		return &wrapUint16ScanPlan{}, (*uint16Wrapper)(target), true
		pgtype.go#L724: 	return plan.next.Scan(src, (*uint16Wrapper)(dst.(*uint16)))
		pgtype.go#L1476: 		return &wrapUint16EncodePlan{}, uint16Wrapper(value), true
		pgtype.go#L1583: 	return plan.next.Encode(uint16Wrapper(value.(uint16)), buf)